home *** CD-ROM | disk | FTP | other *** search
/ Acorn RISC PD-CD 1 / Acorn RISC PD-CD 1.iso / sillies / _oric / _help < prev    next >
Encoding:
Text File  |  1991-04-18  |  4.0 KB  |  101 lines

  1. !Oric v1.02 (27th February 1991)
  2.                               
  3. Written by Sean 1990 & Derek 1991 & Sean 1991!
  4.  
  5. Well its not quite an emulator, but it kept me amused for a few minutes. It 
  6. was basically a challenge by my sister Elaine, who said "Bet you can't write
  7. an Emulator, you need to be really good at programming". Well I agreed, but
  8. thought it would be a bit of fun and a use for my sampler board. I bought
  9. her an Oric a couple of years back and she's pretty good at programming
  10. for a nine year old.
  11.  
  12. The program should be written in assembler really but I still struggle with
  13. BASIC, so it's in BASIC!
  14.  
  15. Double click onto !Oric, and you will get a pretty simular screen display
  16. like an Oric-1.
  17.  
  18. The keywords currently implemented are as follows:
  19.  
  20.   BREAK     - Resets Oric (Same as RESET)
  21.   CAT       - Catalogue of the current directory
  22.   CLEAR     - Clears System variables
  23.   CLOAD     - Loads a file from the current directory eg CLOAD PROG1
  24.   CLS       - Clears the screen
  25.   CSAVE     - Saves a file to the current directory eg CSAVE PROG1
  26.   DEREK     - (See SEAN)!
  27.   ELAINE    - Just a bit of fun for my siss
  28.   EXPLODE   - A nice Oric sampled sound effect
  29.   HELLO     - Hows this for a nice user freindly program!
  30.   HELP      - Tells you what it is
  31.   HIRES     - Goes into a High Resolution mode
  32.   INK (n)   - Changes ink colour (n is 0-7)
  33.   LIST      - Lists the current program in memory
  34.   LORES     - Goes into a Low res mode
  35.   NEW       - Clears current program from memory
  36.   PAPER (n) - Changes background colour (n is 0-7)
  37.   PING      - A nice Oric sampled sound effect
  38.   PRINT     - Prints a blank line
  39.   PROFF     - Turns the printer off
  40.   PRON      - Turns the printer on
  41.   QUIT      - Goes back to the desktop
  42.   RESET     - Resets Oric (same as BREAK)
  43.   RUN       - Runs the current program in memory
  44.   SEAN      - Well I couldn't resist putting my name in the prog!
  45.   SHOOT     - A nice Oric sampled sound effect
  46.   VERSION   - Tells you what version this program is
  47.   ZAP       - A nice Oric sampled sound effect
  48.  
  49. Line numbers are accepted (up to the number 300) eg.:
  50.  
  51.                               10 ZAP
  52.                               20 HELLO
  53.                               30 INK3
  54.                               35 PRINT
  55.                               40 SEAN
  56.                               50 PING
  57.  
  58. Unrecognised commands will result in the error ?SYNTAX ERROR
  59.  
  60. Bug Fixes/Enhancements
  61. ~~~~~~~~~~~~~~~~~~~~~~
  62. 1.01 (10th February 1991)
  63. -------------------------
  64. 1) Loading and saving implemented. Filetype &999 set.
  65. 2) CAT command implememented.
  66. 3) PRON and PROFF implemented.
  67. 4) Lines numbers properly working, also LIST and RUN.
  68. 5) DEREK command implemented.
  69. 6) General tidy up of Seany's routines!
  70.  
  71. 1.02 (27th February 1991)
  72. -------------------------
  73. 1) Check cassette loading: If no filename given, then it takes the first
  74.    on the disc (as would be with tape loading). So all CLOAD, CLOAD""
  75.    and CLOAD"Prog" are accepted.
  76. 2) Seans Address changed!
  77. 3) PRINT implemented (but not PRINT"HELLO" etc yet
  78. 4) REM command implemented. Bug without space after line no (Fix Derek?)
  79.  
  80. This app isn't meant to be serious, but a bit of a laugh. If you want
  81. to improve it or do anything else, please do but send us a copy!
  82.  
  83.       Sean Creech  (Seany)         Derek Dawson (Des)
  84.       9 Chancel Court              Hillsview
  85.       Chancel Lane                 Station Road
  86.       Pinhoe                       Rothienorman
  87.       EXETER                       INVERURIE
  88.       Devon                        Aberdeenshire
  89.       EX4 8QE                      AB51 8YE
  90.       ENGLAND                      SCOTLAND
  91.  
  92.       7th October 1990.            10th February 1991
  93.  
  94. Derek : - I appologise for the untidy parts in my routines - they were done
  95.           in a hurry but they do work (I think!)
  96.         - A saved oric file has the filetype of &999
  97.         - The !Run file sets the current directory to <Oric$Dir>.Programs
  98.  
  99.  
  100. This Application is exclusive to Arch Angel PD, and may not be distributed
  101. by other PD libraries without written permission.